/* CSS Document */
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,table,tr,td,form,input,select,textarea,span,img,a,em,strong,* {margin: 0;padding: 0;}
body {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #3d3d3d;
}
ul,ol,li {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
input,select,textarea {vertical-align: middle;}
img {
  border: none;
  vertical-align: middle;
}
.right_nav {
  width: 18%;
  margin-top: 50px;
  float: left;
	background: #f2f2f2;
	padding-top: 15px
}

.right_nav_main {
  width: 100%;
  min-height: 400px;
  float: left;
}
.right_nav_main ul {
  width: 100%;
  height: auto;
}
.right_nav_main li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
}

.right_nav_main .on{background: #217bd5;}
.right_nav_main .on span{color: #fff}
.right_nav_main span {
  display: block;
  line-height: 50px;
  color: #3d3d3d;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  float: left;
  padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 75%;
	text-align: center
}
.right_nav_main img {
  margin-right: 20px;
  float: right;
  padding-top: 18px;
}
.content {
  width: 78%;
  float: right;
  margin-top: 50px;
  margin-bottom: 18px;
  font-size: 15px;
}
.content p {
  line-height: 32px;
}

.content .cnt {
  width: 100%;
  height: auto;
}
.content .cnt .titles img {
  display: block;
  width: 100%;
}

.content .cnt .titles img:first-child {
  margin-top: 30px;
}

.news_center {
  font-size: 26px;
  color: #0a68c7;
  width: 100%;
  margin-bottom: 25px;
  font-weight: bold;
	text-align: center
}
.main_down {
  width: 78%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 1200px;
	margin-bottom: 35px
}
.group_information1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.group_information1 h1 {
  width: 136px; 
  font-size: 30px;
  color: #217bd5;
  float: left;
  border-bottom: 2px solid #217bd5;
  padding-bottom: 8px;
}
.group_information1 p {
  width: calc( 100% - 136px);
  float: right;
  border-bottom: 2px solid #d8d8d8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.group_information1 img {
  width: 15%;
  display: block;
  float: left;
  border-bottom: 2px solid #0a68c7;
  height: 48px;
}
.group_information_img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
.group_information_img p {
  width: 82%;
  float: left;
  border-bottom: 2px solid #d8d8d8;
  padding-top: 5.4%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.group_information_img img {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}



@media screen and (max-width:1200px){
	.main_down{width: 94%;min-width:94%;}
	.footer_shouye{width: 100%;min-width: 100%}
	.aboutcene{padding-top: 0}
	.right_nav,.content{margin-top: 25px}
}

@media screen and (max-width:768px){
	.right_nav,.content{width: 100%}
	.right_nav_main{min-height: auto}
	.news_center{display: none}
	.right_nav{padding-top: 0}
	.group_information1 h1{font-size: 26px}
	.texingcen img{display: block;width: 100%;height: auto}
	.neirong img{display: block;width: 100%;height: auto}
	.neirong{padding-top: 15px}
}


